home *** CD-ROM | disk | FTP | other *** search
/ Disney Interactive Software Sampler 1998 to 1999 / DISNEY99.ISO / Media / SSaverN.dxr / 00001_Movie Script.ls next >
Encoding:
Text File  |  1998-11-16  |  172 b   |  14 lines

  1. on startMovie
  2. end
  3.  
  4. on stopMovie
  5.   set the keyDownScript to EMPTY
  6. end
  7.  
  8. on FForward
  9.   if the key = " " then
  10.     go(marker(1))
  11.     set the keyDownScript to EMPTY
  12.   end if
  13. end
  14.